/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#image {
    float: none;
    width: 300px;
    max-width: 100%;
    height: 300px;
    margin-left: auto;
    margin-top: 53px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#text1 {
    float: none;
    font-size: 0.6em;
    width: 335.01561779px;
    height: auto;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 256px;
    clear: none;
    min-height: 24px;
    color: rgb(178, 170, 160);
    font-family: helvetica;
    text-transform: uppercase;
    margin-right: auto;
}

#text {
    float: none;
    font-size: 1em;
    width: 335.01561779px;
    height: auto;
    text-align: center;
    font-weight: 100;
    line-height: 1em;
    margin-left: auto;
    margin-top: 26px;
    clear: none;
    min-height: 64px;
    font-family: helvetica;
    margin-right: auto;
}

#textspan {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(106, 32, 69);
    font-weight: 600;
}

#textspan1 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(220, 171, 38);
}

#input {
    float: none;
    height: 59px;
    font-size: 1.2em;
    margin-left: auto;
    margin-top: 38px;
    clear: none;
    width: 335.01561779px;
    border-width: 3px;
    border-color: rgb(243, 186, 32);
    background-color: rgb(220, 171, 38);
    font-family: helvetica;
    color: rgb(255, 255, 255);
    display: block;
    margin-right: auto;
    box-shadow: none;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    font-weight: 100;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#input1 {
    float: none;
    height: 59px;
    font-size: 1.2em;
    margin-left: auto;
    margin-top: 14px;
    clear: none;
    width: 335.01561779px;
    border-width: 3px;
    border-color: rgb(243, 186, 32);
    font-family: helvetica;
    color: rgb(255, 255, 255);
    display: block;
    margin-right: auto;
    background-color: rgb(220, 171, 38);
    box-shadow: none;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    font-weight: 100;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#input:hover {
    background-color: rgb(255, 200, 49);
}

#input1:hover {
    background-color: rgb(255, 200, 49);
}

